projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bb487
)
(main): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Aug 1997 00:36:22 +0000
(
00:36
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Aug 1997 00:36:22 +0000
(
00:36
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 05b044f57cfc3e550747873fc9dc070eb8574b9a..7bcb5b0919c69f28c7a7d5b3158e0ef3bc80dd72 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1104,9
+1104,9
@@
the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
{
extern void _mcleanup ();
extern char etext;
- extern
void clear_glyph_matrix
();
+ extern
Lisp_Object Fredraw_frame
();
atexit (_mcleanup);
- monstartup (
clear_glyph_matrix
, &etext);
+ monstartup (
Fredraw_frame
, &etext);
}
else
moncontrol (0);